object MailboxForm: TMailboxForm Left = 200 Top = 99 Width = 435 Height = 312 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsMDIChild Position = poDefault Visible = True OnActivate = FormActivate OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Viewer: NMailboxViewer Left = 0 Top = 0 Width = 427 Height = 264 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] SectionNames.Sections = ( #0'45'#0'Status' #0'36'#0'From' #0'36'#0'Date' #0'33'#0'Size' #0'52'#0'Subject') MailboxNumber = 0 Align = alClient OnChange = ViewerChange ItemIndex = 0 DragEnabled = True DropEnabled = True NewMessageTop = True end object MessageCount: TPanel Left = 0 Top = 264 Width = 427 Height = 21 Align = alBottom Alignment = taLeftJustify TabOrder = 1 end end